projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb463f
)
(rmail-variables): Bind desktop-save-buffer to t.
author
Lars Hansen
<larsh@soem.dk>
Mon, 26 Apr 2004 18:54:23 +0000
(18:54 +0000)
committer
Lars Hansen
<larsh@soem.dk>
Mon, 26 Apr 2004 18:54:23 +0000
(18:54 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 571219b3dfe0e4ff0f059c7fe1d9799bb8c10d49..bdf04be519a522089d1bafab54e60b65c10f5f34 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1139,7
+1139,9
@@
Instead, these commands are available:
(make-local-variable 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'rmail-mode-kill-summary)
(make-local-variable 'file-precious-flag)
- (setq file-precious-flag t))
+ (setq file-precious-flag t)
+ (make-local-variable 'desktop-save-buffer)
+ (setq desktop-save-buffer t))
;; Handle M-x revert-buffer done in an rmail-mode buffer.
(defun rmail-revert (arg noconfirm)